stubdom: disable building pv-grub
authorJuergen Gross <jgross@suse.com>
Fri, 10 Sep 2021 05:55:17 +0000 (07:55 +0200)
committerIan Jackson <iwj@xenproject.org>
Mon, 18 Oct 2021 13:28:46 +0000 (14:28 +0100)
commit3ae80dea4601764818d1e5b84bd1e4479c0d4790
treee07e5f76975f3ce3af16fce0a81ea61cd6ec3778
parent9cfeb83cbe23a873de512211d7ecd989348b9df0
stubdom: disable building pv-grub

The stubdom based pv-grub is using a very outdated version of grub
(0.97) and should not be used any longer. Mainline grub has support for
PV guests for a long time now, so that should be used as a boot loader
of a PV domain.

So disable building pv-grub per default. In case someone really wants
to continue using it he/she can still use a pv-grub binary from an older
Xen version or manually enable building it via:

  configure --enable-pv-grub

[ This was already disabled in osstest by 8dee6e333622
  "make-flight: Drop pvgrub (pvgrub1) tests" -iwj ]

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Acked-by: Ian Jackson <iwj@xenproject.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
CHANGELOG.md
stubdom/configure
stubdom/configure.ac